'Declaration Public Function New( _
ByVal interaciveObjectThe interactive object.As T, _
ByVal cursorThe cursor.As System.Windows.Forms.Cursor, _
ByVal areaTypeType of the interaction area.As InteractionAreaType _
)
public ObjectBoundingBoxInteractionHandler<T>(
T interaciveObject,
System.Windows.Forms.Cursor cursor,
InteractionAreaType areaType
)
public: ObjectBoundingBoxInteractionHandler<T>(
T* interaciveObject,
System.Windows.Forms.Cursor cursor,
InteractionAreaType areaType
)
public:
ObjectBoundingBoxInteractionHandler<T>(
T^ interaciveObject,
System.Windows.Forms.Cursor cursor,
InteractionAreaType areaType
)
Parameters
- interaciveObject
- The interactive object.
- cursor
- The cursor.
- areaType
- Type of the interaction area.